ZennoLab Assemblies Documentation
CaptchaRecognition(String,String[],String) Method
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class > CaptchaRecognition Method : CaptchaRecognition(String,String[],String) Method
dllName

Type: System.String

The path to DLL library.

captchas64Str

Type: System.String[]

An array of captures an array of strings.

parameters

Type: System.String

The recognition parameters.

Glossary Item Box

Recognizes the captcha through the specified DLL library.

Syntax

C# 
public static string CaptchaRecognition( 
   string dllName,
   string[] captchas64Str,
   string parameters
)

Parameters

dllName

Type: System.String

The path to DLL library.

captchas64Str

Type: System.String[]

An array of captures an array of strings.

parameters

Type: System.String

The recognition parameters.

Return Value

Type: System.String

The recognition result.

Example

The following code example demonstrates uses of the CaptchaRecognition O:Zennolab.CommandCenter.ZennoPoster.CaptchaRecognition method.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.